home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / altin / karekara / bgitpu.mak next >
Text File  |  1995-11-11  |  480b  |  16 lines

  1. # Change the following macro to point to your \BGI directory:
  2. BGI = .
  3.  
  4. # Build unit with all fonts linked in
  5. bgitpu.tpu: bgitpu.pas goth.obj litt.obj trip.obj bold.obj
  6.   bpc bgitpu 
  7. goth.obj: $(BGI)\goth.chr
  8.   binobj $(BGI)\goth.chr goth GothicFontProc
  9. litt.obj: $(BGI)\litt.chr
  10.   binobj $(BGI)\litt.chr litt SmallFontProc
  11. trip.obj: $(BGI)\trip.chr
  12.   binobj $(BGI)\trip.chr trip TriplexFontProc
  13. bold.obj: $(BGI)\bold.chr
  14.   binobj $(BGI)\bold.chr bold BoldFontProc
  15.  
  16.